Create and Configure Web Application Utility Server
Create the Web Application Utility Server
- Select Edit tree>Environment>Servers.
- Click New.
- Enter PaletteConfig for the name of the server.
-
Set the listener port to a port that is not used by any other application.
- Set the machine drop down to Machine that was created.
- Click Next.
- Select Finish.
Configure the Web Application Utility Server
-
Select Edit Tree > Environment>Servers.
-
Select the PaletteConfig server that was created.
-
Select the Advanced > Node Manager tab.
-
Specify the class path. The path names will vary depending on the configuration.
-
Save and Commit the changes.
For Weblogic-Oracle Combination
/opt/Oracle/Middleware/Oracle_Home/wlserver/server/lib/weblogic.jar:/opt/oracle/paletteconfig/conf/:/opt/oracle/db_drivers/ojdbc17-23.6.0.24.10.jar
For Weblogic-MSSQL Server Combination
/opt/Oracle/Middleware/Oracle_Home/wlserver/server/lib/weblogic.jar:/opt/oracle/paletteconfig/conf/:/opt/oracle/db_drivers/mssql-jdbc-12.10.1.jre11.jar
Note: The example lists the driver for the Oracle or SQL Server database. Ensure that the classpath refers to the correct drivers for DB2 as needed. Make sure the classpath points to the correct directory for the Web Application Utility.
- Enter the following arguments. This will vary depending on the configuration.
-server -Xms256M -Xmx512M
- Select Save.